type github.com/jackc/pgx/v5/pgtype.wrapAnyStructEncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1789: 		return &wrapAnyStructEncodePlan{}, w, true
		pgtype.go#L1795: type wrapAnyStructEncodePlan struct {
		pgtype.go#L1799: func (plan *wrapAnyStructEncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1801: func (plan *wrapAnyStructEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {